home *** CD-ROM | disk | FTP | other *** search
/ Retro Gamer 5 / Retro Gamer 05.iso / PC games / justshoot.exe / justshoot.dcr / 00049.ls < prev    next >
Encoding:
Text File  |  2004-06-04  |  636 b   |  29 lines

  1. on mouseUp
  2.   global fire
  3.   if fire = 65 then
  4.     nothing()
  5.   else
  6.     puppetSound("lockclick")
  7.     set X to fire
  8.     set X to X - 1
  9.     set fire to X
  10.     if fire = 66 then
  11.       set the castNum of sprite 16 to 69
  12.       set the castNum of sprite 27 to 46
  13.       set the castNum of sprite 28 to 47
  14.     end if
  15.   end if
  16.   if fire = 65 then
  17.     set the castNum of sprite 27 to 113
  18.     set the castNum of sprite 16 to 68
  19.   end if
  20.   if fire = 67 then
  21.     set the castNum of sprite 27 to 47
  22.     set the castNum of sprite 16 to 70
  23.     set the castNum of sprite 28 to 114
  24.   else
  25.     set the castNum of sprite 28 to 47
  26.   end if
  27.   updateStage()
  28. end
  29.